home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / wildcat / notify.zip / NOTIFY.DOC < prev    next >
Text File  |  1992-12-19  |  5KB  |  125 lines

  1.  
  2.                                                                  
  3.  This program compliments of:                      ╓┴╖           ╓┴╖
  4.                                                  / ║ ║           ║ ║ \
  5.    ╤╕           ╤╕       ╕         ╤╕╤╕╒╕       ┌─┬║┬║┬─┬─┬─┬─┬─┬║┬║┬─┐
  6.    ││           ││      │         │││││       ▀▀▀▀║▀║▀▀▀▀▀▀▀▀▀▀▀║▀║▀▀▀▀
  7.    ││ ╤╕ ╒╕ ╕ ╒ ╞╡ ╤╕ ╕ ╒╡ ╒╤ ╤╕   ╞╡╞╡╘╕          ╨ ╨           ╨ ╨
  8.    ││ │  ╒╡ │││ ││ │  │ ││ ││ ╞╛   ││││ │             FIDO 1:369/2
  9.    ╧╛ ╧  ╘╧ ╘╧╛ ╧╛ ╧  ╘ ╘╧ ╘╡ ╘╛   ╧╛╧╛╘╛          EchoNet 50:5305/2
  10.                             │                       OurNet 65:613/2
  11.      Fort Lauderdale, FL   ╘╛                        WDNet 3090.00
  12.    (305) 523-1717 *HST/DS*
  13.  
  14.  
  15.                                  Notify v1.0
  16.                             (C) 1992 by Rich Waugh
  17.  
  18. Notify is a quick and dirty program I threw together to notify my players
  19. about the new Dwarz game being initiated on my board. You could run it to
  20. tell players that a game will be reset on such-and-such a date (for example a
  21. Trade Wars "BIG BANG"). Or you could use it to appeal to callers to help
  22. register the door. Using Notify, you bother ONLY the callers actually using
  23. the door in question.
  24.  
  25. Run Notify from the directory where you run your door, in the door batch file
  26. directly before or directly after your door. Notify supports Door.Sys and
  27. DorinfoX.Def drop files.
  28.  
  29. Notify is run with the following syntax: Notify Notify.Cfg
  30.  
  31. EXAMPLE MainX.Bat (or DoorX.Bat):
  32.  
  33. @Echo Off
  34. Cd \Doors\Dwarz
  35. Notify Notify.Cfg Fossil
  36. Dwarz
  37.  
  38. For a quick demonstration, Notify can be run from the command line by
  39. typing: Notify Notify.Cfg Local
  40.  
  41.  
  42. EXAMPLE Notify.Cfg
  43.  
  44. DrawBridge BBS                     <── The name of your BBS.
  45. RICH                               <── SysOp's first name.
  46. WAUGH                              <── SysOp's last name.
  47. C:\Wc30\Wcwork\Node1\Dorinfo1.Def  <── Path to & name of DorinfoX.Def (Door.Sys)
  48. 1  <──────────────────────────────     An integer specifying the type of
  49. Notify.Asc <─┐                         handshake you wish to use between the CPU
  50.              │                         and modem. Valid numbers are:
  51.    The name of the text file                     0 = NO handshake
  52.    to send to the caller. You                    1 = XON/XOFF
  53.    may edit this file, but                       2 = CTS/RTS
  54.    no ANSI, please!                              3 = XON/XOFF and CTS/RTS
  55.                                        If you don't know what to put here, make
  56.                                        it 0 or 1. CTS/RTS is for high-speed
  57.                                        modems.
  58.  
  59.  
  60.                     ──────────────────────────────────────
  61.  
  62. Command-line switches:
  63.  
  64. FOSSIL  - Enable FOSSIL support. If you do not use a FOSSIL driver (such as
  65.           X00 or BNU) do not use this switch.
  66.  
  67. IRQ=x   - Change the default IRQ to "x".
  68.  
  69. LOCAL   - Run Notify in local mode, from the command line.
  70.                     ──────────────────────────────────────
  71.  
  72. Notify is distributed as NoBitchWare. I'm not charging anything for it, so
  73. you are NOT entitled to bitch about it.
  74.  
  75. I, for one, am sick and tired of people who solicit money for the dumb little
  76. doors/utilities we all find so indispensable, so this one's a freebie. It is
  77. fully functional and contains no time bombs. I will attempt to keep the
  78. latest version always available for FREQ with the magic name NOTIFY.
  79.  
  80. If you find Notify handy, give the DrawBridge a call and thank me. If you
  81. hate Notify or don't think you got your money's worth, call the DrawBridge
  82. and page me... we'll discuss it (I also wrote SHAMpage <grin>).
  83.  
  84.                                   Rich Waugh
  85.  
  86.                     ──────────────────────────────────────
  87.  
  88.             FREE WildCat! 3.x doors/utilities from the DrawBridge
  89.  
  90.  
  91. BobCheck - Automatically send each new caller a personal "Welcome" message
  92.            after they pass BobCat verification. Requires BobCat and Postmstr.
  93.  
  94. CheckSec - Restrict access to any door or DOS hook based on the caller's AGE
  95.            or security level.
  96.  
  97. ChngMenu - Force callers to a new default WildCat! menu upon return from a
  98.            door.
  99.  
  100. CodeSet  - Reset users in Master Decoder door when they reach the end of the
  101.            data file.
  102.  
  103. MailChek - Check if last caller left any messages. (Don't bother with
  104.            WildMail SCAN if not.)
  105.  
  106. MailDoor - Run more than one mail door from the WildCat! Mail Hook.
  107.  
  108. Notify   - Run prior to or after a door to send the caller a special message.
  109.  
  110. PieSet   - Reset Piesplat door players automatically when somebody wins the
  111.            game.
  112.  
  113. QwkQuote - OLX compatible reply quote maker.
  114.  
  115. TickFix  - Change the file name extension in *.TIC's from LZH or ARJ to ZIP.
  116.            For those who convert LZH & ARJ files to ZIP before tossing.
  117.  
  118. Santa    - Cute! Christmas door.
  119.  
  120. SHAMpage - Answer ALL SysOp pages - whether you're around or not.
  121.  
  122. ScrbNtfy - Notify players it is their move in one or more Scrabble door games
  123.            via a personal message addressed to them. Requires Postmstr.
  124.  
  125.